Action hook 'admin_head-{$hook_suffix}'

in WP Core File wp-admin/admin-header.php at line 156

Description

Fires in head section for a specific admin page. The dynamic portion of the hook name, `$hook_suffix`, refers to the hook suffix for the admin page.

Occurrences

Filename Line Number
wp-admin/admin-header.php 156
wp-admin/includes/template.php 2171

PHP Doc

/**
 * Fires in head section for a specific admin page.
 *
 * The dynamic portion of the hook name, `$hook_suffix`, refers to the hook suffix
 * for the admin page.
 *
 * @since 2.1.0
 */